projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5be1c98
)
nt/configure.bat (end): Unset environment variables used by this batch file.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 31 Dec 2010 13:12:11 +0000
(15:12 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 31 Dec 2010 13:12:11 +0000
(15:12 +0200)
nt/ChangeLog
patch
|
blob
|
history
nt/configure.bat
patch
|
blob
|
history
diff --git
a/nt/ChangeLog
b/nt/ChangeLog
index 5ff3362ef96fd44006cc47c86ac24306f9eb969a..60f76db3485d701ab4a721f6a8848c2dc57f8aac 100644
(file)
--- a/
nt/ChangeLog
+++ b/
nt/ChangeLog
@@
-1,5
+1,8
@@
2010-12-31 Eli Zaretskii <eliz@gnu.org>
+ * configure.bat (end): Unset environment variables used by this
+ batch file.
+
* INSTALL: Update the information about PNG support libraries.
(Bug#7716)
diff --git
a/nt/configure.bat
b/nt/configure.bat
index 7317416442b3e182483b6de7dbac023840b4d934..074949a23d3df0efe0122900494b785aa20e8834 100755
(executable)
--- a/
nt/configure.bat
+++ b/
nt/configure.bat
@@
-670,6
+670,19
@@
set userldflags=
set doldflags=
\r
set mingwflag=
\r
set mf=
\r
+set pngsupport=
\r
+set jpegsupport=
\r
+set gifsupport=
\r
+set tiffsupport=
\r
+set xpmsupport=
\r
+set svgsupport=
\r
+set libsOK=
\r
+set HAVE_GIF=
\r
+set HAVE_JPEG=
\r
+set HAVE_PNG=
\r
+set HAVE_TIFF=
\r
+set HAVE_XPM=
\r
+set dbginfo=
\r
\r
goto skipArchTag
\r
arch-tag: 300d20a4-1675-4e75-b615-7ce1a8c5376c
\r